ComponentOne SuperTooltip for WinForms
C1.Win.4.8 Assembly / C1.Framework Namespace / TreeCollection<T> Class / OnCollectionChanged Method

In This Topic
    OnCollectionChanged Method (TreeCollection<T>)
    In This Topic
    Syntax
    'Declaration
     
    Protected Overrides Sub OnCollectionChanged( _
       ByVal e As System.Collections.Specialized.NotifyCollectionChangedEventArgs _
    ) 
    protected override void OnCollectionChanged( 
       System.Collections.Specialized.NotifyCollectionChangedEventArgs e
    )

    Parameters

    e
    See Also